home *** CD-ROM | disk | FTP | other *** search
- *** ./src/ftpcount.1 Sat Oct 17 19:24:41 1998
- --- ../proftpd-1.2.0pre2/./src/ftpcount.1 Mon Mar 1 06:11:32 1999
- ***************
- *** 29,39 ****
- proftpd's scoreboard.
- .SH FILES
- .PD 0
- ! .B /usr/bin/ftpcount
- .br
- ! .B /var/run/proftpd-[pid]
- .br
- ! .B /var/run/proftpd-inetd
- .PD
- .SH SEE ALSO
- .BR inetd(8), ftp(1), proftpd(8), ftpwho(1), ftpshut(8)
- --- 29,39 ----
- proftpd's scoreboard.
- .SH FILES
- .PD 0
- ! .B /usr/freeware/bin/ftpcount
- .br
- ! .B /var/adm/proftpd/proftpd-[pid]
- .br
- ! .B /var/adm/proftpd/proftpd-inetd
- .PD
- .SH SEE ALSO
- .BR inetd(8), ftp(1), proftpd(8), ftpwho(1), ftpshut(8)
- *** ./src/proftpd.8 Fri Feb 12 11:38:03 1999
- --- ../proftpd-1.2.0pre2/./src/proftpd.8 Mon Mar 1 06:13:05 1999
- ***************
- *** 62,80 ****
- Lists all modules compiled into proftpd.
- .SH FILES
- .PD 0
- ! .B /usr/sbin/proftpd
- .br
- ! .B /usr/bin/ftpwho
- .br
- ! .B /usr/bin/ftpcount
- .br
- ! .B /usr/sbin/ftpshut
- .br
- ! .B /var/log/xferlog
- .br
- ! .B /var/run/proftpd-[pid]
- .br
- ! .B /var/run/proftpd-inetd
- .PD
- .SH SEE ALSO
- .BR inetd(8), ftp(1), ftpwho(1), ftpcount(1), ftshut(8)
- --- 62,80 ----
- Lists all modules compiled into proftpd.
- .SH FILES
- .PD 0
- ! .B /usr/freeware/bin/proftpd
- .br
- ! .B /usr/freeware/bin/ftpwho
- .br
- ! .B /usr/freeware/bin/ftpcount
- .br
- ! .B /usr/freeware/bin/ftpshut
- .br
- ! .B /var/adm/xferlog
- .br
- ! .B /var/adm/proftpd/proftpd-[pid]
- .br
- ! .B /var/adm/proftpd/proftpd-inetd
- .PD
- .SH SEE ALSO
- .BR inetd(8), ftp(1), ftpwho(1), ftpcount(1), ftshut(8)
- *** ./src/ftpwho.1 Sat Oct 17 19:24:41 1998
- --- ../proftpd-1.2.0pre2/./src/ftpwho.1 Mon Mar 1 06:10:11 1999
- ***************
- *** 32,42 ****
- host and current working directory.
- .SH FILES
- .PD 0
- ! .B /usr/bin/ftpwho
- .br
- ! .B /var/run/proftpd-[pid]
- .br
- ! .B /var/run/proftpd-inetd
- .PD
- .SH SEE ALSO
- .BR inetd(8), ftp(1), proftpd(8), ftpcount(1), ftpshut(8)
- --- 32,42 ----
- host and current working directory.
- .SH FILES
- .PD 0
- ! .B /usr/freeware/bin/ftpwho
- .br
- ! .B /var/adm/proftpd/proftpd-[pid]
- .br
- ! .B /var/adm/proftpd/proftpd-inetd
- .PD
- .SH SEE ALSO
- .BR inetd(8), ftp(1), proftpd(8), ftpcount(1), ftpshut(8)
- *** ./src/xferlog.5 Sat Oct 17 19:24:41 1998
- --- ../proftpd-1.2.0pre2/./src/xferlog.5 Mon Mar 1 02:55:59 1999
- ***************
- *** 136,141 ****
- .SH FILES
- .PD 0
- .TP 20
- ! .B /var/log/xferlog
- .SH "SEE ALSO"
- .BR proftpd(8)
- --- 136,141 ----
- .SH FILES
- .PD 0
- .TP 20
- ! .B /var/adm/xferlog
- .SH "SEE ALSO"
- .BR proftpd(8)
- *** ./src/ftpshut.8 Sat Oct 17 19:24:41 1998
- --- ../proftpd-1.2.0pre2/./src/ftpshut.8 Mon Mar 1 03:00:06 1999
- ***************
- *** 97,103 ****
- until the indicated time on the following day.
- .SH FILES
- .PD 0
- ! .B /usr/sbin/ftpshut
- .br
- .B /etc/shutmsg
- .PD
- --- 97,103 ----
- until the indicated time on the following day.
- .SH FILES
- .PD 0
- ! .B /usr/freeware/bin/ftpshut
- .br
- .B /etc/shutmsg
- .PD
- *** ./sample-configurations/basic.conf Sat Oct 17 19:24:41 1998
- --- ../proftpd-1.2.0pre2/./sample-configurations/basic.conf Mon Mar 1 05:32:39 1999
- ***************
- *** 4,10 ****
- # "nobody" and "ftp" for normal operation and anon.
-
- ServerName "ProFTPD Default Installation"
- ! ServerType standalone
- DefaultServer on
-
- # Port 21 is the standard FTP port.
- --- 4,10 ----
- # "nobody" and "ftp" for normal operation and anon.
-
- ServerName "ProFTPD Default Installation"
- ! ServerType inetd
- DefaultServer on
-
- # Port 21 is the standard FTP port.
- ***************
- *** 23,29 ****
-
- # Set the user and group that the server normally runs at.
- User nobody
- ! Group nogroup
-
- # Normally, we want files to be overwriteable.
- <Directory /*>
- --- 23,29 ----
-
- # Set the user and group that the server normally runs at.
- User nobody
- ! Group nobody
-
- # Normally, we want files to be overwriteable.
- <Directory /*>
- *** ./Make.rules Sat Feb 13 18:39:03 1999
- --- ../proftpd-1.2.0pre2/./Make.rules Mon Mar 1 03:02:08 1999
- ***************
- *** 2,23 ****
- # Automagically generated by configure
-
- # prefix & paths
- ! prefix=/usr/local
- exec_prefix=${prefix}
- bindir=${exec_prefix}/bin
- ! sbindir=${exec_prefix}/sbin
- ! sysconfdir=${prefix}/etc
- ! localstatedir=${prefix}/var
- ! rundir=${prefix}/var/proftpd
- mandir=${prefix}/man
-
- ! PLATFORM=-DLINUX
- LDFLAGS=-Llib
- ! LIBS=-lsupp -lcrypt
-
- DEFAULT_PATHS=-DCONFIG_FILE_PATH=\"$(sysconfdir)/proftpd.conf\" -DRUN_DIR=\"$(rundir)\"
- CPPFLAGS= $(DEFAULT_PATHS) $(PLATFORM) -I.. -I$(top_srcdir)/include
- ! CFLAGS=-g -O2 -DUSESHADOW
-
- # Use the following to set the proper options below:
- # -DUSESHADOW
- --- 2,23 ----
- # Automagically generated by configure
-
- # prefix & paths
- ! prefix=/usr/freeware
- exec_prefix=${prefix}
- bindir=${exec_prefix}/bin
- ! sbindir=/usr/freeware/lib/proftpd
- ! sysconfdir=/etc
- ! localstatedir=/var/adm
- ! rundir=/var/adm/proftpd
- mandir=${prefix}/man
-
- ! PLATFORM=-DIRIX6_X -DIRIX6
- LDFLAGS=-Llib
- ! LIBS=-lsupp
-
- DEFAULT_PATHS=-DCONFIG_FILE_PATH=\"$(sysconfdir)/proftpd.conf\" -DRUN_DIR=\"$(rundir)\"
- CPPFLAGS= $(DEFAULT_PATHS) $(PLATFORM) -I.. -I$(top_srcdir)/include
- ! CFLAGS=-g -DUSESHADOW
-
- # Use the following to set the proper options below:
- # -DUSESHADOW
- *** ./contrib/xferstats.holger-preiss Sat Oct 17 19:24:41 1998
- --- ../proftpd-1.2.0pre2/./contrib/xferstats.holger-preiss Mon Mar 1 06:03:24 1999
- ***************
- *** 1,4 ****
- ! #! /usr/bin/perl
- # ---------------------------------------------------------------------------
- #
- # USAGE: xferstats <options>
- --- 1,4 ----
- ! #! /usr/freeware/bin/perl
- # ---------------------------------------------------------------------------
- #
- # USAGE: xferstats <options>
- ***************
- *** 44,50 ****
- # $mydom2 = "org";
-
- # edit the next line to customize for your default log file
- ! $usage_file = "/var/log/xferlog";
-
- # Edit the following lines for default report settings.
- # Entries defined here will be over-ridden by the command line.
- --- 44,50 ----
- # $mydom2 = "org";
-
- # edit the next line to customize for your default log file
- ! $usage_file = "/var/adm/xferlog";
-
- # Edit the following lines for default report settings.
- # Entries defined here will be over-ridden by the command line.
-